home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_04 / 9n04086a < prev    next >
Encoding:
Text File  |  1995-11-01  |  298 b   |  10 lines

  1.  
  2. nwords          is equal to      4,
  3. mystr           is not changed   "This is a test.",
  4. *strlist[0]     points to        "This",
  5. *strlist[1]     points to        "is",
  6. *strlist[2]     points to        "a",
  7. *strlist[3]     points to        "test.",
  8. *strlist[4]     points to        NULL.
  9.  
  10.